In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / AnnotationManager.SavingProgressEventHandler Delegate

AnnotationManager.SavingProgressEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("250D2EC2-4694-316B-B604-8759689303E3")>

Public Delegate Sub AnnotationManager.SavingProgressEventHandler( _

   ByVal PageNo As Integer, _

   ByVal PageCount As Integer _

) 
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]

public delegate void AnnotationManager.SavingProgressEventHandler( 

   int PageNo,

   int PageCount

)
public delegate AnnotationManager.SavingProgressEventHandler( 

    PageNo: Integer;

    PageCount: Integer

);
GuidAttribute("250D2EC2-4694-316B-B604-8759689303E3")

public delegate AnnotationManager.SavingProgressEventHandler( 

   PageNo : int,

   PageCount : int

)
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]

public: __gc __delegate void AnnotationManager.SavingProgressEventHandler( 

   int PageNo,

   int PageCount

)
[Guid("250D2EC2-4694-316B-B604-8759689303E3")]

public delegate void AnnotationManager.SavingProgressEventHandler( 

   int PageNo,

   int PageCount

)

Parameters

PageNo
PageCount
See Also

Reference

AnnotationManager.SavingProgressEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace